home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / GEN.DCR / 00703.ls < prev    next >
Encoding:
Text File  |  1998-12-02  |  239 b   |  15 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on enterFrame
  8.   set ro to rollOver()
  9.   if (ro >= 45) and (ro <= 48) then
  10.     cursor([member "mousePointer", member "mousePointerMask"])
  11.   else
  12.     cursor(-1)
  13.   end if
  14. end
  15.